home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / SAT 2.3.8 / Demos / SAT Invaders demo ƒ / gameGlobals.c next >
Text File  |  1995-11-10  |  746b  |  32 lines

  1. //• C translation from Pascal source file: gameGlobals.p
  2.  
  3. //• =================================================.
  4. //• ========= GameGlobals, globals for SATInvaders ==========.
  5. //• =================================================.
  6.  
  7. //• Example file for Ingemars Sprite Animation Toolkit.
  8. //• © Ingemar Ragnemalm 1992.
  9. //• See doc files for legal terms for using this code.
  10.  
  11. //• This file defines the resource numbers and global variables for SATInvaders.
  12.  
  13. //• GameGlobals;
  14.  
  15. //• Prototypes, etc.
  16.  
  17. #include "SAT.h"
  18. #include "InvadeSAT.h"
  19.  
  20.  
  21. //• Menu handles.  There isn't any apple menu here, since TransSkel will.
  22. //• be told to handle it itself.
  23.  
  24. MenuHandle fileMenu;
  25.  
  26. long level;
  27.  
  28. Boolean stillRunning;
  29.  
  30. //Point globalSpeed;
  31. //Boolean turnFlag;
  32.